home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMCHECKOUT / TFMCHECKOUT.txt
Text File  |  2004-09-09  |  3KB  |  165 lines

  1. object fmCheckout: TfmCheckout
  2.   Left = 391
  3.   Top = 301
  4.   HelpContext = 270
  5.   ActiveControl = edFolder
  6.   BorderStyle = bsDialog
  7.   Caption = 'Check Out'
  8.   ClientHeight = 233
  9.   ClientWidth = 366
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object laFolder: TLabel
  21.     Left = 8
  22.     Top = 56
  23.     Width = 32
  24.     Height = 13
  25.     Caption = '&Folder:'
  26.     FocusControl = edFolder
  27.   end
  28.   object laGroupName: TLabel
  29.     Left = 8
  30.     Top = 104
  31.     Width = 63
  32.     Height = 13
  33.     Caption = '&Group Name:'
  34.     FocusControl = edGroupName
  35.   end
  36.   object laMaxIcons: TLabel
  37.     Left = 280
  38.     Top = 104
  39.     Width = 76
  40.     Height = 13
  41.     Caption = '&Maximum Icons:'
  42.     FocusControl = edMaxIcons
  43.   end
  44.   object laDesc: TLabel
  45.     Left = 8
  46.     Top = 8
  47.     Width = 353
  48.     Height = 41
  49.     AutoSize = False
  50.     Caption = 
  51.       'All files will be extracted to the specified folder, and a progr' +
  52.       'am group will be created which will contain shortcuts to these f' +
  53.       'iles.'
  54.     WordWrap = True
  55.   end
  56.   object bvDiv: TBevel
  57.     Left = 0
  58.     Top = 192
  59.     Width = 409
  60.     Height = 9
  61.     Shape = bsTopLine
  62.   end
  63.   object edFolder: TEdit
  64.     Left = 8
  65.     Top = 72
  66.     Width = 265
  67.     Height = 21
  68.     TabOrder = 0
  69.   end
  70.   object edGroupName: TEdit
  71.     Left = 8
  72.     Top = 120
  73.     Width = 265
  74.     Height = 21
  75.     TabOrder = 2
  76.   end
  77.   object edMaxIcons: TEdit
  78.     Left = 280
  79.     Top = 120
  80.     Width = 57
  81.     Height = 21
  82.     MaxLength = 3
  83.     TabOrder = 3
  84.     Text = '50'
  85.     OnExit = edMaxIconsExit
  86.   end
  87.   object buOK: TButton
  88.     Left = 122
  89.     Top = 201
  90.     Width = 75
  91.     Height = 25
  92.     Caption = '&OK'
  93.     Default = True
  94.     TabOrder = 6
  95.     OnClick = buOKClick
  96.   end
  97.   object buCancel: TButton
  98.     Left = 201
  99.     Top = 201
  100.     Width = 75
  101.     Height = 25
  102.     Caption = '&Cancel'
  103.     ModalResult = 2
  104.     TabOrder = 7
  105.   end
  106.   object ckCreateIcons: TCheckBox
  107.     Left = 8
  108.     Top = 144
  109.     Width = 241
  110.     Height = 25
  111.     Caption = 'Create &icons for programs and documents only'
  112.     Checked = True
  113.     State = cbChecked
  114.     TabOrder = 4
  115.   end
  116.   object ckVirusScan: TCheckBox
  117.     Left = 8
  118.     Top = 168
  119.     Width = 217
  120.     Height = 17
  121.     Caption = '&Scan extracted files with Virus Scanner'
  122.     Checked = True
  123.     State = cbChecked
  124.     TabOrder = 5
  125.   end
  126.   object buBrowse: TButton
  127.     Left = 280
  128.     Top = 70
  129.     Width = 75
  130.     Height = 25
  131.     Caption = '&Browse'
  132.     TabOrder = 1
  133.     OnClick = buBrowseClick
  134.   end
  135.   object udMaxIcons: TUpDown
  136.     Left = 337
  137.     Top = 120
  138.     Width = 16
  139.     Height = 21
  140.     Associate = edMaxIcons
  141.     Min = 1
  142.     Max = 999
  143.     Position = 50
  144.     TabOrder = 8
  145.   end
  146.   object buHelp: TButton
  147.     Left = 281
  148.     Top = 201
  149.     Width = 75
  150.     Height = 25
  151.     Caption = '&Help'
  152.     TabOrder = 9
  153.     OnClick = buHelpClick
  154.   end
  155.   object dffdFolder: TdfsBrowseDirectoryDlg
  156.     Title = 'Please select a folder and click "OK" to proceed.'
  157.     Root = idDrives
  158.     Options = [bfDirectoriesOnly]
  159.     Caption = 'Select Folder'
  160.     ShowSelectionInStatus = True
  161.     Left = 7
  162.     Top = 198
  163.   end
  164. end
  165.